home *** CD-ROM | disk | FTP | other *** search
/ Aminet 25 / Aminet 25 (1998)(GTI - Schatztruhe)[!][Jun 1998].iso / Aminet / util / misc / locatedb.readme < prev    next >
Text File  |  1998-05-05  |  4KB  |  126 lines

  1. Short:    Locatedb (linux like) + mainguide-maker
  2. Author:   blafasel@gmx.net (Philipp Freudenberger)
  3. Uploader: blafasel@gmx.net (Philipp Freudenberger)
  4. Version:  0.5b
  5. Type:     util/misc
  6. Requires: AmigaOS and MUIRexx (GUI)
  7.  
  8. This simple AREXX program makes a database from ALL files at ALL partitions
  9. and u can search in this database for a file or part (patterns can be used).
  10. Bonus: It can make a Guide from the database which include ALL files
  11.        at ALL partitions which ur pattern and create a Main-Guide for all.
  12. Bug: No full error correction !!!
  13.  
  14. This is the fourth public release from locatedb, hope u enjoy and it helps u.
  15. I will make the program faster + smaller and include an error-correction.
  16. i have had a lot of time, so i maked a gui :-) .
  17.  
  18. Requires:
  19. orig. join,sort,list,delete,copy in c:
  20. MUIRExx for the GUI
  21.  
  22. Include:
  23. locatedb.rexx (The main file)
  24. locatedb.03.rexx (The old main file)
  25. locatedbcmd.rexx (The command interface)
  26. locatedbgui.rexx (The MUIRexx GUI)
  27. locatedb.readme (This one)
  28. locate (a simple script to make search easyer)
  29.  
  30. Usage:
  31. rx locatedb update => Make/Update the main database
  32. rx locatedb search <pattern> => Search for <pattern> (main database required)
  33. rx locatedb makeguide <pattern> => Makes a guide for all files match pattern and
  34.                                    creates a main guide for all pattern-guides.
  35. U can use wildcards at <pattern> (like #?.gif; all ur multiview can display) but :
  36.  
  37. ATTENTION !!!
  38. use search/makeguide for things like #?a#? at ur own risk !!! It can send ur amiga
  39. to india (Guru or things like that), because this takes a loooong time AND take a
  40. lot of space (ram/hd) !!!
  41.  
  42. Befor u start:
  43. copy/move locatedb#? somewhere u want (rexx: is the best i think)
  44. all files (not the locate script) MUST be in the same directory.
  45. open locatedb.rexx with an editor.
  46. Check the path and file names. Edit, if u want.
  47.  
  48. Thats all i hope.
  49.  
  50. If you have suggestions, questions, comments, bug reports etc. write to:
  51.  
  52. Email:  blafasel@gmx.net
  53.  
  54.  
  55. Excuse my english, but it isnt my favorite one :-)=)
  56.  
  57. ----------------------------------------------------------------------------
  58. COPYRIGHT
  59.  
  60.  The copyright for locatedb is by Blafasel
  61.  Modifications to the arexx scripts are allowed for personal use, but not
  62.  for distribution. If you make any modifications to the scripts to make it
  63.  work better send me a copy.
  64.  
  65. DISTRIBUTION
  66.  
  67.  This software is freely distributable. The distribution is permitted under
  68.  the following conditions:
  69.  
  70.  - All associated files included with the distribution archive are to
  71.    remain intact and unaltered.
  72.  
  73.  - The distribution over BBS's, Internet, software libraries like the ones
  74.    from Fred Fish or Aminet CD-ROM's and similar electronic channels is
  75.    granted.
  76.  
  77.  - For disc-magazines and service providers, who rise additional costs for
  78.    the file transfer, the permission of the program author is required.
  79.  
  80.  - This only applies to my work... read the copyright's for other programs.
  81.  
  82.  
  83. DISCLAIMER
  84.  
  85.  This software is provided as-is, without warranty of any kind, either
  86.  expressed or implied. In no event will the author be liable for direct,
  87.  indirect, incidental or consequential damages or data loss resulting from
  88.  the use or application of this software. The entire risk as to the results
  89.  and performance of this software is assumed by the user.
  90.  
  91. ......
  92. ----------------------------------------------------------------------------
  93. History:
  94. Version 0.5b :
  95. -wrote a GUI
  96. -rewrite the main file for use with gui
  97.  
  98. Version 0.4b :
  99. -removed and rewrite some parts
  100. -add the first part of the error correction
  101.  
  102. Version 0.4a :
  103. -add some new features ( pattern guides and main guide)
  104. -add some error routines
  105. -rewrite some parts of makeguide
  106. -not faster but works better
  107.  
  108. Version 0.3a :
  109. -first public release
  110. -slow but works
  111.  
  112.  
  113. ============================= Archive contents =============================
  114.  
  115. Original  Packed Ratio    Date     Time    Name
  116. -------- ------- ----- --------- --------  -------------
  117.       55      55  0.0% 25-Apr-98 21:42:42  locate
  118.     3796    1757 53.7% 25-Apr-98 21:42:36  locatedb.readme
  119.    10991    3322 69.7% 25-Apr-98 21:42:36  locatedb.rexx
  120.      679     396 41.6% 25-Apr-98 21:42:36  locatedb.txt
  121.     5057    1714 66.1% 25-Apr-98 21:42:36  locatedb0.3.rexx
  122.     1665     644 61.3% 25-Apr-98 21:42:36  locatedbcmd.rexx
  123.     5272    1887 64.2% 25-Apr-98 21:42:36  locatedbgui.rexx
  124. -------- ------- ----- --------- --------
  125.    27515    9775 64.4% 27-Apr-98 18:28:50   7 files
  126.